'Declaration
Public Function New( _ ByVal items As IEnumerable(Of UABrowsePathElement) _ )
'Usage
Dim items As IEnumerable(Of UABrowsePathElement) Dim instance As New UABrowsePathElementCollection(items)
public UABrowsePathElementCollection( IEnumerable<UABrowsePathElement> items )
public: UABrowsePathElementCollection( IEnumerable<UABrowsePathElement^>^ items )
Parameters
- items
The value of this parameter cannot be
null
(Nothing
in Visual Basic).